Package-level declarations

Types

Link copied to clipboard
data class ContrastItem(val text: String, val confidence: <Error class: unknown class>, val reasoning: String, val sourceIndicesA: List<Int>, val sourceIndicesB: List<Int>)
Link copied to clipboard
data class ContrastResponse(val contrasts: List<ContrastItem> = emptyList())

Response structure for contrast operation.

Link copied to clipboard
data class LlmPropositionContraster(llmOptions: <Error class: unknown class>, ai: <Error class: unknown class>) : PropositionContraster

LLM-based implementation of PropositionContraster.

Link copied to clipboard

Identifies and articulates differences between groups of propositions.